performItemClick

open fun performItemClick(position: Int): Boolean(source)

Perform an item click operation on the specified list adapter position.

Return

true if the click action could be performed, false if not. (e.g. if the popup was not showing, this method would return false.)

Parameters

position

Adapter position for performing the click